Keysight Pathwave 89600 VSA .NET API
GetEnumerator Method
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > RemotableCollection<T> Class : GetEnumerator Method


Glossary Item Box

Gets an enumerator for the collection.

Syntax

Visual Basic (Declaration) 
Public Function GetEnumerator() As IEnumerator(Of T)
C# 
public IEnumerator<T> GetEnumerator()
C++/CLI 
public:
IEnumerator<T^>^ GetEnumerator(); 

Return Value

An enumerator.

Requirements

Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)

See Also